# Retrieve script content by ID

Retrieve script content by ID

Endpoint: GET /v2/scripts/{script_id}/
Version: 1.0.0

## Path parameters:

  - `script_id` (string, required)

## Response 200 fields (application/json):

  - `content` (object)

  - `content.script` (string, required)
    The script content

  - `content.interpreter` (string, required)
    Interpreter used to run the script

  - `message` (string)

  - `code` (integer)
    Enum: 200

## Response 403 fields (application/json):

  - `message` (string)

  - `code` (integer)
    Enum: 403

## Response 404 fields (application/json):

  - `message` (string)

  - `code` (integer)
    Enum: 404

## Response 500 fields (application/json):

  - `message` (string)

  - `code` (integer)
    Enum: 500


